From: Paul Eggert Date: Fri, 19 Aug 2011 06:11:38 +0000 (-0700) Subject: Fix comment. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~845^2~73 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=81f7c12e8079e2fa66cc14c34bb43260a15a190c;p=emacs.git Fix comment. --- diff --git a/src/editfns.c b/src/editfns.c index 90b559dfdd5..6759016766f 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -3889,7 +3889,7 @@ usage: (format STRING &rest OBJECTS) */) : -1)), /* Maximum number of bytes generated by any format, if - precision is no more than DBL_USEFUL_PRECISION_MAX. + precision is no more than USEFUL_PRECISION_MAX. On all practical hosts, %f is the worst case. */ SPRINTF_BUFSIZE = sizeof "-." + (DBL_MAX_10_EXP + 1) + USEFUL_PRECISION_MAX,